home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows2 / flook101.zip / LEN1FNT.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-07-22  |  6KB  |  131 lines

  1. Form1
  2. Fonts Ahoy!
  3. Form1,
  4. Label3
  5. Label4
  6. Label5
  7. Color
  8. Label1
  9. ckBold
  10. Check1
  11. Label6
  12. DisplayText
  13. Option1
  14. Command1
  15. FontList
  16. SizeList
  17.         ColorList
  18. Label2
  19. Italic
  20. ckItalic
  21. Check2
  22. Label7
  23. DisplayText
  24. Option2
  25. Text1
  26. Form_Click
  27. @    Form_LoadD
  28. Form_Resize
  29. Text1
  30. Width
  31. Height
  32. Combo1P
  33. Left%
  34. Screen
  35. Form1
  36. ValChangeFlag
  37. CharChangeFlat
  38. OldValueText
  39. OldCharText
  40. GetDisplayText
  41. ViewText
  42. ShowDisplayTextp
  43. FontName
  44. FontList
  45. SizeList3
  46. FontSize
  47.     ForeColor
  48.     ColorList
  49. DisplayText
  50. Valuef
  51. Text2Display
  52.     FontCount
  53. Fonts
  54.     ListIndex
  55.     ListCount
  56. FontBold
  57. FALSE
  58. FontItalic
  59. FontStrikethruv
  60. FontUnderlined
  61. Command1_Click
  62. Label2_Click
  63. ckBold_Click
  64. ckBoldG
  65. CHECKED
  66. ckItalic_Click
  67. ckItalic
  68. FontList_Change5
  69. FontList_Click
  70. ColorList_Change
  71. DisplayText_Click
  72. Index
  73. SizeList_Change
  74. SizeList_Click
  75. Text1_ChangeR
  76. Text1_GotFocus
  77. Enabledp
  78. Text1_KeyPress
  79. KeyAscii
  80. Text1_LostFocus
  81. ColorList_Click
  82. Italic
  83.     ScrollBar
  84.     Minimized
  85. WindowState
  86. ScaleWidth
  87. ScaleHeightH
  88. Form_Load
  89. Initialize form and text positions
  90. Initialize font list
  91.  Set default font
  92. Initialize font size list
  93.  Initialize colors
  94. 0  - Black
  95. 1  - Blue"
  96. 2  - Green
  97. 3  - Cyan"
  98. 4  - Red
  99. 5  - Magenta
  100. 6  - Brown
  101. 7  - White
  102. 8  - Gray"
  103. 9  - Light Blue"
  104. 10 - Light Green
  105. 11 - Light Cyan"
  106. 12 - Light Red
  107. 13 - Light Magenta
  108. 14 - Yellow"
  109. 15 - Bright White"
  110.  Initialize font attributes OFF
  111.  Initialize Option buttons
  112. Form_Resize
  113. GetDisplayText
  114.  Make the standard text to display
  115.  Pad with space for Italic
  116. ShowDisplayText
  117.  Get the font name
  118.  Get the font size
  119.  Get the foreground color
  120. Command1_Click
  121. ckBold_Click
  122. ckItalic_Click
  123.  Toggle Italic
  124. FontList_Click
  125. DisplayText_Click
  126. SizeList_Click
  127. Text1_GotFocus
  128. Text1_KeyPress
  129. Text1_LostFocus
  130. ColorList_Click
  131.